home *** CD-ROM | disk | FTP | other *** search
/ Champak 99 / (Vol 99) Jan 19 2010.iso / Games / balls.swf / scripts / frame_1 / PlaceObject2_20_41 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2010-01-19  |  131b  |  8 lines

  1. onClipEvent(load){
  2.    title_text = "Play";
  3.    this.rollArea.onRelease = function()
  4.    {
  5.       _root.gotoAndStop(2);
  6.    };
  7. }
  8.